Welcome![Sign In][Sign Up]
Location:
Search - linux compile

Search list

[Linux-UnixSOCK_RAW-FOR-Linux

Description: Linux下SOCK_RAW原理和应用,自己尝试编的,还请各位高手多多指点。-Linux SOCK_RAW principles and applications, try to compile, Members also requested the guidance of many experts.
Platform: | Size: 1472 | Author: 左俊 | Hits:

[Other resourceLinux-0.11_kernel_compile

Description: introduce how to compile Linux-0.11_kernel_compile-introduce how to compile Linux-0.11_kern el_compile
Platform: | Size: 211491 | Author: 刘为 | Hits:

[Other resourceLinux.Device.Drivers.3rd

Description: Over the years, this bestselling guide has helped countless programmers learn how to support computer peripherals under the Linux operating system, and how to develop new hardware under Linux. Now, with this third edition, it s even more helpful, covering all the significant changes to Version 2.6 of the Linux kernel. Includes full-featured examples that programmers can compile and run without special hardware.-Over the years, this bestselling guide has helped countless pr ogrammers learn how to support computer periph erals under the Linux operating system, and how to develop new hardware under Linux. Now , with this third edition, it's even more helpful. covering all the significant changes to Versio n 2.6 of the Linux kernel. Includes full-featur ed examples that programmers can compile and ru n without special hardware.
Platform: | Size: 1365589 | Author: 丁绍洁 | Hits:

[OS Developmod-linux-0.11

Description: Linux 0.11 代码在不做修改的情况下,很难在现在的环境下这接编译通过(除非你能的到 10 几年前 Linus 用的那个版本的 gcc 什么的)。所以要对代码作少量修改(说说是少量花了好几小时的,主要是一上来不熟 gcc 的内嵌汇编)。比起linux0.01,linux0.11更加完善,更加接近操作系统的要求,内核小有利于学习linux-0.11 Linux code does not modify the circumstances, In the present difficult circumstances then compile it (unless you can to the Linus 10 years ago that the version of the g What cc). So to amend the code to make a small (something spent a good few hours. is a major line with the embedded unfamiliar with the gcc compilation). Compared linux0.01, linux0.11 more perfect, more close to the operating system, small kernel conducive to learning linux
Platform: | Size: 122234 | Author: zuozaior | Hits:

[Linux-Unixavsplayer-linux.tar

Description: AVS解码器,播放器,Linux下编译通过,支持最新的AVS1-P2标准-AVS codec, player, compile under Linux, support the latest AVS1 - P2 standards
Platform: | Size: 989543 | Author: 俞海滨 | Hits:

[Linux-Unixp_v demo on linux

Description: 一个编程中常用的PV操作(生产者—消费者)的c语言的demo,在linux下编译通过-a common programming PV operations (producer-consumer) c language demo, compile under Linux
Platform: | Size: 1880 | Author: 郝庆运 | Hits:

[Linux-Unix一些实用的linux资料下载

Description: 许多非常有用的linux资料,教程,文章,系统编译等资料,还有不少好的推荐网站!-many linux very useful information, tutorials, articles, compile information systems, there are many good recommendations site!
Platform: | Size: 13156098 | Author: Neil | Hits:

[Other resourceGPdata-3.0.tar

Description: 标准的GP源代码,由Andy Singleton维护,在linux下运行,编译方法可参照内带的说明,搞演化计算的朋友值得一看-standard GP source code, by Andy Singleton maintenance, running under Linux, compile method can be brought to the light show that engaging in evolutionary computation is worth looking at the friends
Platform: | Size: 171942 | Author: yang | Hits:

[Ftp Serveratftp_0.4.tar

Description: linux系统下的tftp服务器和客户端程序-tftp server and client program in linux system
Platform: | Size: 501760 | Author: 站长 | Hits:

[Embeded Linux嵌入式系统uclinux编程

Description: 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to keep the realization of function caused another one for the supply of the proce
Platform: | Size: 5120 | Author: 郭指挥 | Hits:

[AI-NN-PRGPdata-3.0.tar

Description: 标准的GP源代码,由Andy Singleton维护,在linux下运行,编译方法可参照内带的说明,搞演化计算的朋友值得一看-standard GP source code, by Andy Singleton maintenance, running under Linux, compile method can be brought to the light show that engaging in evolutionary computation is worth looking at the friends
Platform: | Size: 172032 | Author: yang | Hits:

[Linux-UnixLinux--C

Description: linux下的c编程,编译通过,但必须自己下载环境,代码正确-c programming under linux, compile, but must download the environment, the code correctly
Platform: | Size: 1318912 | Author: 珉珉 | Hits:

[OtherLinux

Description: 本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间 内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础。虽然所选择的版本较低, 但该内核已能够正常编译运行,其中已经包括了LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作 机制。书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间 的重要区别和改进方面,给出了选择0.11(0.95)版作为研究的对象的原因。另外介绍了内核源代码的组织结构及相互关系, 同时还说明了编译和运行该版本内核的方法。然后本书依据内核源代码的组织结构对所有内核程序和文件进行了注释和详细 说明。每章的安排基本上分为具体研究对象的概述、每个文件的功能介绍、代码内注释、代码中难点及相关资料介绍、与当 前版本的主要区别等部分。最后一章内容总结性地介绍了继续研究Linux 系统的方法和着手点-Book early Linux operating system kernel (v0.11) all the code files for a detailed and comprehensive notes and instructions, designed to enable the reader to the shortest possible time On Linux within the working mechanism of access to comprehensive and deep understanding for further study and research lay a solid foundation for Linux systems. Although the chosen version of the low However, the core has been able to properly compile and run, which already includes the LINUX operating principle of the essence, by reading its source code can be quickly and fully understand the operation of the kernel Mechanism. The book first of all to Linux source code version of the change history of the main line, detailing the history of Linux systems, highlighting the various kernel versions Important differences and improvements, given the choice 0.11 (0.95) version of the object as the reason. Also describes the organization of the kernel source code structure and the relationship between
Platform: | Size: 5313536 | Author: 萧和 | Hits:

[Linux-Unixlinux

Description: 1、配置和编译 bootloader(vivi)和 Linux 内核; 2、在目标板上下载 bootloader(vivi)和内核; 3、在目标板上配置建立 NFS 文件系统; 4、在目标板上移植建立本地文件系统。 -1, configure and compile the bootloader (vivi) and the Linux kernel 2, the target board downloads bootloader (vivi) and the kernel three, the target board configuration set up NFS file systems 4, the target board to establish the local file system migration .
Platform: | Size: 1495040 | Author: sunny | Hits:

[Linux-UnixMyLinuxThread

Description: linux epoll多线程编程实例,在Linux下编译通过。-linux epoll instance of multi-threaded programming in Linux, compile.
Platform: | Size: 18432 | Author: Tony | Hits:

[Linux-Unixuart

Description: s3c2440 uart小程序,有详细注释,十分实用,linux下编译-s3c2440 uart small program, there are detailed notes, very practical, linux compile
Platform: | Size: 4096 | Author: caoting | Hits:

[Embeded Linuxtimer

Description: s3c2440 定时器程序附带详细注释,linux下编译通过-s3c2440 timer program with detailed notes, linux compile by
Platform: | Size: 4096 | Author: caoting | Hits:

[Internet-Networksrc_choaloo

Description: 每个程序一个功能: 1、linux下文字处理 2、连接Mysql 3、Ftp客户端 4、马达控制驱动程序 5、linux简单的shell编译程序-Each program a function: 1, linux word processing under 2 connections Mysql 3, Ftp Client 4, motor control driver 5, linux compile a simple shell program
Platform: | Size: 2048 | Author: choaloo | Hits:

[OpenGL programjmor.c.tar

Description: opengl for a robot program extract and compile in linux compile with gcc -lm -lglut -lGL -lGLU jmor.c
Platform: | Size: 3072 | Author: souku | Hits:

[Linux-UnixHow to Compile and Run C

Description: Linux 下如何編譯及安裝驅動程式 檔案(How to compile and install driver files under Linux)
Platform: | Size: 171008 | Author: 小明维 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net